home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Read-Me1.3 / 1.2ReadMes / libraries / otherlibs < prev   
Encoding:
Text File  |  1988-02-11  |  1.4 KB  |  64 lines

  1.  
  2. info.library
  3. ============
  4. fixed bug wherein info would not respond to info-request of a disk
  5. on which no Disk.info is present.
  6. Also can now create a Disk.info if user selects
  7. SAVE.version.library,use this to get the current workbench version
  8. number.
  9.  
  10. new info.library to fix the add-tooltypes bug
  11.  
  12.  
  13.  
  14. layers.library
  15. ==============
  16. Fix of SizeLayer/MoveLayer with superbitmap window.
  17. It used to trash the bits if the scroll position was other than 0,0.
  18.  
  19. BeginUpdate now assumes it has enough memory unless proven otherwise.
  20.  
  21.  
  22.  
  23. math libraries
  24. ==============
  25. mathffp now supports Ceil, Floor
  26.  
  27. IEEEDPFix() in mathieeedoubbas.library now returns 0 instead of the 
  28. error value 107 when there is an overflow.
  29.  
  30. The ieee double precision math library should now be re-entrant .
  31.  
  32.  
  33. mathtrans
  34. =========
  35. ArcSin/ArcCos routines re-written.
  36. They are about 2000% faster and give better results for Sin ~= 1.
  37.  
  38.  
  39.  
  40. ramlib
  41. ======
  42. New ramlib breaks recursion path when out of memory:
  43. it used to be that we might try and UnLoadSeg() when
  44. out of memory.  If you had a small stack (under 1500
  45. bytes left) you would get blown out of the water.
  46.  
  47. The new ramlib now uses its own copy of unloadseg, which
  48. only requres 200 bytes.
  49.  
  50. There is still some potential bugs in the disk handler
  51. with insufficient stack space.
  52.  
  53.  
  54. strap
  55. =====
  56. finally recoded to NOT open Intuition.
  57.  
  58.  
  59. translator
  60. ==========
  61. new translator.doc released
  62.  
  63.  
  64.